home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / softwareupdate / cybergraphix update / cyberupdate2.23 / docs / cgraphx223u.readme next >
Text File  |  1997-02-26  |  5KB  |  135 lines

  1. Short:    CyberGraphX Extension Update V2.23
  2. Author:   fmariak@chaosengine.ping.de,marvin@sun.ph-cip.uni-koeln.de
  3. Uploader: vgr@best.com (Robert C. Reiswig)
  4. Type:     gfx/board
  5.  
  6.  
  7. The CyberGraphX system was designed to define an independant graphics
  8. standard for graphics boards. We also wanted to continue our development
  9. of graphics extensions. We could include all our knowledge of about 3 years
  10. of gfx board software development (graphics extensions for Visiona, Domino,
  11. Picasso II and now the CyberVision64).
  12.  
  13. CyberGraphX is based on hardware dependant monitor drivers and hardware
  14. independant libraries. This has some advantages: Bug fixes in the graphics
  15. extension or speed optimizations is of benefit for ALL gfx boards that are
  16. supported by the CyberGraphX system.
  17.  
  18. CyberGraphX allows using of 15/16/24 screens independant of the used
  19. color model. You are able to use the cybergraphics.library functions to
  20. modify this screens.
  21.  
  22. Currently there are versions for:  CyberVision64/3D
  23.                                    CyberVision64
  24.                                    Domino
  25.                                    Picasso II
  26.                                    Picasso II+
  27.                                    Spectrum
  28.                                    Piccolo Z2/3
  29.                                    Piccolo SD64
  30.                                    Retina BLT Z3
  31.                                    A2410
  32.                                    DraCo Altais
  33.  
  34.  
  35.  
  36. CHANGES:
  37.  
  38.  cybergraphics Revision 40.107
  39.  ------------------------------
  40.    - flood fills are a bit faster for planar bitmaps now. This should improve
  41.      performance for certain flood fill operations on workbench icons.
  42.  
  43.  cybergraphics Revision 40.106
  44.  ------------------------------
  45.    - improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
  46.      on 15/16 bit rgb colour screens. Apps like Frodo4.0 which use
  47.      WritePixelArray/RECTFMT_LUT8 may gain a litte speed due to the
  48.      optimized call. Stack usage increases though.
  49.  
  50.    - BitMapScale()/graphics patch trashed 68k data register D7 in some cases.
  51.      This is now fixed.
  52.  
  53.  cybergraphics Revision 40.105
  54.  ------------------------------
  55.    - improved speed auf RECTFMT_LUT8 WritePixelArray()/cybergraphics call
  56.      on 8 bit screens. It should be as fast as WritePixelArray8()/graphics
  57.      patch now. Apps or games which have cybergraphx support and use
  58.      WritePixelArray/RECTFMT_LUT8 instead of WritePixelArray8 may gain a
  59.      litte speed due to the optimized call.
  60.  
  61.  cybergraphics Revision 40.104
  62.  ------------------------------
  63.    - added some code to get powersnap working on truecolour screens
  64.  
  65.  cybergraphics Revision 40.103
  66.  ------------------------------
  67.    - Due to a bug in the rect filling code, swapping/toggling of simple refresh
  68.      windows got really slow unter truecolour screens with previous v2 versions.
  69.      There is really a VISIBLE speed INCREASE with that fixed now when using
  70.      simple refresh windows.
  71.  
  72.    - added flood()/graphics replacement. Programs like PPaint should now work
  73.      completely without chipram when cybergraphics/PLANES2FAST=1 
  74.  
  75.  cybergraphics Revision V40.95
  76.  ------------------------------
  77.    - fixes serious bug in FillPixelArray (register A6 was trashed under
  78.      certain conditions)
  79.  
  80.  
  81.  cyberintuition Revision V40.34
  82.  ------------------------------
  83.    - the tags SA_Draggable,SA_DClip,SA_BlockPen,SA_DetailPen are
  84.      now supported correctly
  85.    - fixed some problems with 8bit screens when no SA_Depth tag
  86.      was supplied and the NOCHIPSCREEN is enabled
  87.  
  88.  
  89.  Picasso Revision V1.31
  90.  ----------------------
  91.   - fixed a bgrnd refresh bug with the software crsr in 24bit
  92.     mode
  93.   - A small amount of PicassoII boards was released with a
  94.     CL-5428 chip which has a software crsr bug in 16bit mode
  95.     (the hardware crsr is moved 8 pixels to the left). This is
  96.     now recognized correctly
  97.   - fixed software crsr problems in 24bit mode with newer cgx
  98.     libraries
  99.   - a PicassoII+ board is now detected correctly. the horizontal hotspot
  100.     position was not set correctly in 15/16bit modes (moved 8 pixels to
  101.     the left). This should be fixed
  102.  
  103.  
  104.  Piccolo Revision V1.31
  105.  ----------------------
  106.   - fixed a bgrnd refresh bug with the software crsr in 24 bit
  107.     mode
  108.   - all 68060 related problems should be fixed now
  109.   - fixed software crsr problems in 24bit mode with newer cgx
  110.     libraries
  111.   - modified board init code to (hopefully) fix the well known
  112.     060/piccolo problems. Nevertheless its more likely a
  113.     hardware bug of the Piccolo boards ......
  114.   - changed modenames to fix pattern matching problems (* changed to ×) 
  115.  
  116.  
  117.  
  118.  PiccoSD64 Revision V1.31
  119.  ------------------------
  120.   - fixed a text refresh bug in Z2 mode (finally!). Under certain Z2
  121.     configurations some text areas in shells were not updated correctly
  122.   - modified board init code again. This should fix all 060 related init
  123.     problems now
  124.  
  125.  
  126.  Spectrum  Revision V1.30
  127.  ------------------------
  128.   - fixed a bgrnd refresh bug with the software crsr in 24bit
  129.     mode
  130.   - all 68060 related problems should be fixed now
  131.   - fixed software crsr problems in 24bit mode with newer cgx
  132.     libraries/
  133.   - changed modenames to fix pattern matching problems (* changed to ×)
  134.  
  135.